docs: standard names are CSS names, not X11 names
authorBenjamin Otte <otte.benjamin@googlemail.com>
Wed, 27 Oct 2021 22:12:58 +0000 (22:12 +0000)
committerBenjamin Otte <otte.benjamin@googlemail.com>
Wed, 27 Oct 2021 22:12:58 +0000 (22:12 +0000)
We updated Pango a while ago to use these more common names, but apparently forgot the docs.

gdk/gdkrgba.c

index 251d86b0ddf6d42830017f96c82d25f2440b6a17..7732e507c819d47172f5f3e2ee39ece89042bd31 100644 (file)
@@ -165,7 +165,7 @@ parse_rgb_value (const char   *str,
  *
  * The string can be either one of:
  *
- * - A standard name (Taken from the X11 rgb.txt file).
+ * - A standard name (Taken from the Css specification).
  * - A hexadecimal value in the form “\#rgb”, “\#rrggbb”,
  *   “\#rrrgggbbb” or ”\#rrrrggggbbbb”
  * - A hexadecimal value in the form “\#rgba”, “\#rrggbbaa”,